Expere Engine and Tools 2017 Change Log Entries

MarchExternal release date is TBD.

Caching enhanced
  • Type: Enhancement
  • Reference: PBI 431567
  • Compliance Impacts: This item is not a compliance or regulatory issue.
  • Documentation Impacts: No documentation impact
Issue/Summary:
Solution/Technical Notes:
Implementation Notes: This feature requires a Requirements and Content Editor Tool / Expere Engine / Content Style Sheets / Expere Server Tools (choose one: Expere Administration Tool/Customer Facing Outlines/Build Doc Previews/Data Dictionary Builder) update.
Fillable Fields now support XML special characters
  • Type: Enhancement
  • Reference: PBI 429006
  • Compliance Impacts: This item is not a compliance or regulatory issue.
  • Documentation Impacts: No documentation impact
Issue: Users reported an issue when sending a transaction data value containing a special character in a pre-populated fillable text field. As a result, the document would not assemble due to the special character.
Summary: Fillable fields now support all XML special characters and render properly as a PDF and the XML response file.
Implementation Notes: No user action is required.

February - Expere Engine 17.1.0.4102External release date is TBD.

<SaveInDatabase/> behavior modified
  • Type: Defect Correction
  • Reference: PBI 423040
  • Compliance Impacts: This item is not a compliance or regulatory issue.
  • Documentation Impacts: No documentation impact
Summary: We have enhanced the <SaveInDatabase/> element behavior for Select API calls.
Technical Notes: We have changed the default value from "true" to "false" for the <SaveInDatabase/> element in Select API calls. With this change, Select requests by default are no longer saved in the database.
Implementation Notes: Users should change the <SaveInDatabase/> element value to "true" to save Select requests in the database.
eSequence fields behavior enhanced
  • Type: Enhancement
  • Reference: PBI 424154
  • Compliance Impacts: This item is not a compliance or regulatory issue.
  • Documentation Impacts: Expere Developer Guide: Sequencing
Summary: We have enhanced the behavior of sequencing fillable fields and signature points, to ensure that sequencing is implemented when the PDF is being merged or if the XML contains duplicate Names.
Implementation Notes: A combination of the <WKES/> element <MergePDF/> element settings determine sequencing behavior. The Expere Developer Guide: Sequencing contains extensive details on this enhanced sequencing behavior.
Expere Engine: ability to merge closing disclosures with addendum
  • Type: Enhancement
  • Reference: PBI 416499
  • Compliance Impacts: This enhancement is not a compliance or regulatory issue.
  • Documentation: MergeTRIDDocs flag - PDF - Expere Developer Guide
Summary: We have implemented a new <MergeTRIDDocs/> element that allows users to merge the following TRID documents through the request file:
  • ClosingDisclosure
  • ClosingDisclosureAddendum
  • ClosingDisclosure-SellerOnly
  • ClosingDisclosure-SellerOnly-Addendum
Technical Notes: With this enhancement, if the <MergeTRIDDocs/> flag is set to "true" in the Expere request, the addendums above are merged with the associcated closing disclosure into a single standard PDF file. As a result, the closing disclosure, merged with the addendum, is returned in the response with the normal closing disclosure instance name and the addendum instance is removed from the response.
Implementation Notes: For more information, see MergeTRIDDocs flag - PDF in the Expere Developer Guide
Caching database organizations configurable
  • Type: Enhancement
  • Reference: PBI 423298
  • Compliance Impacts: This enhancement is not a compliance or regulatory issue.
  • Documentation: No document impact.
    Important: This enhancement impacts those users who utilize OPPSA organizations.
Summary: Previously, all organizations were cached together, including OPPSA organization. This presented an issue when multiple Expere instances were used, including the hosted OPPSA application. Expere cleared the AllOrganizationsList object from the database whenever OPPSA changed, but this was insufficient.
Technical Notes: We have implemented an enhancement to our database caching capabilities: com.bankerssystems.database.organization.caching was added to the bsi.properties file.
## When set to false the organization structure from the database, which includes the OPPSA organizations won't be cached.
## Set this to false if there will be more than one Expere server in an OPPSA environment
## The default is true if this key isn't found
com.bankerssystems.database.organization.caching=true
Implementation Notes: By default the value is set to "true" but should be set to "false" when Expere installed with Document Generation Services. Users can modify the <ENABLE_ORGANIZATION_CACHE/> element within the transform.xml file. See Appendix: Sample Transforms.xml file for more information.
Expere Engine: Ability to produce merged disclosures for either PDF or PDF/A documents
  • Type: Enhancement
  • Reference: PBI 416499 / 420185 / 421946
  • Compliance Impacts: This enhancement is a compliance or regulatory issue.
  • Documentation: RequestUCD flag - PDF/A - Expere Developer Guide
Summary: Previously in PBI 416188, we enhanced Expere to support the following documents in PDF/A format:
  • ClosingDisclosure
  • ClosingDisclosureAddendum
  • ClosingDisclosure-SellerOnly
  • ClosingDisclosure-SellerOnly-Addendum
Technical Notes: The request file contains a new <RequestUCD/> element that, when set to "True," produces the documents below in a PDF/A format, and if the addendum is produced, merges it with its respective closing disclosure. The merged document is returned in the response as the closing disclosure instance and the addendum instance is removed. If not setting the flag, documents are produced using the standard PDF format and the documents are not merged.
Implementation Notes: For more information, see RequestUCD flag - PDF/A in the Expere Developer Guide.
PDF Merge enhanced to include SignaturePointSet
  • Type: Enhancement
  • Reference: PBI 421260
  • Compliance Impacts: This enhancement is not a compliance or regulatory issue.
  • Documentation: No document impact.
Summary: We recently included support for PDF Merge functionality with Expere whereby a </SignaturePointSet> element is now returned in the response when at least one document has fields and PdfMerge is requested.
Implementation Notes: No user action is required.

January - Expere Engine 2016.3.0.3995External release date is TBD.

PDF/a now available in Expere
  • Type: New Feature
  • Reference: PBI 416188
  • Compliance Impacts: This new feature is not a compliance or regulatory issue.
  • Documentation: Expere Developer Guide - PDF/A
Summary: Expere users can now produce the following documents in PDF/A format:
  • ClosingDisclosure
  • ClosingDisclosureAddendum
  • ClosingDisclosure-SellerOnly
  • ClosingDisclosure-SellerOnly-Addendum
Technical Notes: The request file now contains a new <RequestUCD/> element that, when set to "True," produces the documents above. If not setting the flag, documents are produced using the standard PDF format.
Implementation Notes: What is PDF/A format? It is an ISO 19005 compliance PDF file used for archiving and long-term preservation of electronic documents. For more information, see the following:
eSignature and Field Support checkbox selections enhanced to save in database
  • Type: Defect Correction
  • Reference: PBI 402443
  • Compliance Impacts: This defect correction is not a compliance or regulatory issue.
  • Documentation: No document impact.
Issue: Previously, eSignature and Field Support settings from a transaction were not retained when resubmitting that same transaction. As a result, users were required to reenter these settings.
Solution: The following eSignature and Field Support settings are saved in the database, regardless if "True," "False," or "NULL:"
  • Esignature Coordinates Only
  • Esignature Tooltip
  • Esignature Date Support
  • Esignature Initials Tooltop
  • Non-Signature Field Coordinates Only
  • EsignatureWKES
Implementation Notes: No user action is required.
BSI.properties file updated to include new eSignature PDF Merge flag in Expere installer
  • Type: Enhancement
  • Reference: PBI 422704
  • Compliance Impacts: This enhancement is not a compliance or regulatory issue.
  • Documentation: No document impact.
Summary: We have updated the BSI.properties file for the Expere Wildfly installer to include the following lines:
## Indicates whether the ESignatures and MergePDF output is enabled
com.bankerssystems.expere.model.ESigPdfMerge=true
This enables eSignature and PDF Merge functionality for Expere.
Implementation Notes: No user action is required.
Fillable field checkboxes behavior enhanced for all documents
  • Type: Enhancement
  • Reference: PBI 420627
  • Compliance Impacts: This enhancement is not a compliance or regulatory issue.
  • Documentation: No document impact.
Summary: In a previous release, we implemented enhancements that return XY coordinates for all fillable fields (Expere Engine: continued enhancement of eSignatureAndFieldSupport and SignaturePointSet elements; Expere Engine: SignaturePointSet and eSignatureAndFieldSupport element changes). In this release, checkboxes associated with fillable fields now appear on all documents even if requesting X/Y coordinates. Note the following guidelines:
  • When X/Y coordinates is "True" in a request, the fillable field checkboxes are rendered on the form but are not fillable checkboxes; the fillable field checkboxes appear on the form as an empty checkbox (with no blue shading).
  • When X/Y coordinates are not requested, fillable field checkboxes are rendered on the form with blue shading designating it is a fillable field and appear as a checked checkbox.
Implementation Notes: For more information, see Using eSignature and Acroform fields.